Skip to content

Conversation

@whatdhack
Copy link

minor change to the if startement

Runs a single profiling activity in another process.
"""
if bool(os.getenv("POPCORN_NCU", "0")):
if int(os.getenv("POPCORN_NCU", "0")) == 1:
Copy link
Member

@msaroufim msaroufim Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for late review, did you manage to test this is the problem locally and verify this fixes things? I can test just in between too many open terminals right now lol

FWIW the eval we're using is better_eval.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants